Contains Method (BaseStorage<T,TMappingCollection>)
In This Topic
Determines whether an object is an item in the list.
Syntax
'Declaration
Public Overridable Function Contains( _
ByVal As Object _
) As Boolean
public virtual bool Contains(
object
)
Parameters
- value
- The System.Object to locate.
Return Value
True if the
System.Object is found in the list; otherwise, false.
See Also